NetCheck
********

There are some special escape sequences you can enter into the input field to perform certain tasks. These sequences are listed below with their function.

\xxx   - ASCII character in the range 000-255. Be sure to buffer with 
         zeros, i.e. for ASCII 9, use \009
\crlf  - Carraige return and line feed (ASCII 13 + ASCII 10)
\clear - Clears the output field.